home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Tutorial / Cookbook / 24.event_flags / MyView.h < prev    next >
Text File  |  1995-06-12  |  287b  |  22 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5.  
  6. @interface MyView:View
  7. {
  8.     id    none;
  9.     id    control;
  10.     id    alternate;
  11.     id    command;
  12.     id    shift;
  13. }
  14.  
  15. - setNone:anObject;
  16. - setControl:anObject;
  17. - setAlternate:anObject;
  18. - setCommand:anObject;
  19. - setShift:anObject;
  20.  
  21. @end
  22.